.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}

.custom-card {
    border: 1px solid #ced4da;
}

.customizer-action svg {
    width: 23px !important;
    color: #ffffff !important;
}

.active-mode {
    border: solid 2px #000000 !important;
}

.property-img {
    max-width: 507px;
    max-height: 286px;
}

.text-justify {
    text-align: justify;
}

.custom .media {
    padding: 10px !important;
}

.user-avatar {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}

.blgcomment-list li .media img {
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}

.codex-sidebar .logo-gridwrap {
    padding: 0px 16px !important;
}

.setting-logo {
    width: 300px !important;
    ;
}

.landing-logo {
    max-width: 225px;

}

.auth-main .auth-wrapper.v2 .logo {
    max-width: 300px;

}

.b-brand .logo {
    max-width: 212px !important;

}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 250px;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

.landing_logo {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.head-invoice img {
    width: 250px;
}

.cdx-invoice .body-invoice .table tr td {
    padding: 10px 10px !important;
}


.codex-brand img {
    width: 300px;
}

.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}

.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length {
    padding-left: 7px !important;
}

.dt-search {
    padding-right: 7px !important;
}

.dt-info {
    padding-left: 7px !important;
}

.dt-paging {
    padding-right: 7px !important;
}

.dt-buttons {
    padding-left: 7px !important;
    float: left;
}

.dt-container {
    margin-top: 10px;
}

.dt-info {
    float: left;
}

.dt-paging {
    float: right;
    padding-top: .85em;
}

.form-group {
    margin-bottom: 15px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.2em !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 0.9em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 0.8em !important;
}

div:where(.swal2-icon) {
    width: 4em !important;
    height: 4em !important;
}

.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.testaments-cards::after {
    background: transparent !important;
}

.pricingpricing .price-card .product-list li::before {
    content: '\eb55';
    color: red;
}

.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}

.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active {
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}

form label {
    text-transform: capitalize;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

@media print {
    .table-responsive {
        overflow: visible !important;
        height: auto !important;
        display: block !important;
    }
}


.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

.amenity-img {
    width: 60px;
    height: 60px;
}

.activity-img {
    width: 274px;
    height: 166px;
}

.loc-img {
    /* width: 295px; */
    height: 198px;
}

.package-front-img {
    width: 329px;
    height: 245px;
}

.location-img {
    width: 356px;
    height: 230px;
}

.btn-thm2 {
    background-color: #5BBB7B;
    border: 2px solid #5BBB7B;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.btn-thm3 {
    background-color: #bd510e;
    border: 2px solid #bd510e;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.ban-img {
    width: 700px;
    height: 526px;
}

.go-back {
    display: none;
}

@media (max-width: 991px) {
    .auth-main .auth-wrapper.v2 .logo {
        position: relative;
        padding: 0px;
    }

    .auth-main .auth-wrapper.v2 .logo+.card {
        margin-top: 40px;
    }

    .go-back {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 25px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(var(--bs-secondary-rgb)) !important;

        a {
            display: flex;
            align-items: center;
            gap: 5px;

            .ti {
                font-size: 20px;
                font-weight: bold;
            }
        }
    }
}

/* ======================================================================
   GUIDED TOUR STYLES
   ====================================================================== */

/* ─── Overlay ──────────────────────────────────────────────────────── */
.gt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* Slightly darker without blur */
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gt-overlay.gt-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* ─── Spotlight ────────────────────────────────────────────────────── */
.gt-spotlight {
    position: absolute;
    border-radius: 8px;
    z-index: 10001;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.55),
                0 0 20px rgba(59, 130, 246, 0.3);
    border: 2px solid rgba(99, 145, 255, 0.7);
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    animation: gt-pulse-spotlight 2s ease-in-out infinite;
    pointer-events: none;
}

.gt-spotlight.gt-visible {
    opacity: 1;
}

@keyframes gt-pulse-spotlight {
    0%, 100% {
        border-color: rgba(99, 145, 255, 0.7);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.55),
                    0 0 15px rgba(59, 130, 246, 0.3);
    }
    50% {
        border-color: rgba(99, 145, 255, 1);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.55),
                    0 0 25px rgba(59, 130, 246, 0.5);
    }
}

/* ─── Bubble ───────────────────────────────────────────────────────── */
.gt-bubble {
    position: absolute;
    width: 380px;
    max-width: calc(100vw - 40px);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2),
                0 4px 16px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    z-index: 10002;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

[data-pc-theme="dark"] .gt-bubble {
    background: rgba(30, 35, 50, 0.97);
    color: #e0e0e0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 4px 16px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.gt-bubble.gt-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.gt-bubble.gt-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    width: 440px;
}

.gt-bubble.gt-center.gt-visible {
    transform: translate(-50%, -50%) scale(1);
}

/* Section Divider bubble */
.gt-bubble.gt-section-divider .gt-bubble-header {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.gt-bubble.gt-section-divider .gt-bubble-title {
    font-size: 1.1rem;
}

/* Bubble Header */
.gt-bubble-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.gt-bubble-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.gt-bubble-close {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.gt-bubble-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gt-bubble-close i {
    font-size: 16px;
}

/* Bubble Body */
.gt-bubble-body {
    padding: 16px 18px;
}

.gt-bubble-message {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}

[data-pc-theme="dark"] .gt-bubble-message {
    color: #c9cdd5;
}

.gt-bubble-message strong {
    color: #2563eb;
    font-weight: 600;
}

[data-pc-theme="dark"] .gt-bubble-message strong {
    color: #93b4ff;
}

/* Bubble Footer */
.gt-bubble-footer {
    padding: 12px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt-bubble-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: #6b7280;
}

[data-pc-theme="dark"] .gt-bubble-progress {
    color: #9ca3af;
}

.gt-progress-bar {
    flex-grow: 1;
    height: 4px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

[data-pc-theme="dark"] .gt-progress-bar {
    background: #374151;
}

.gt-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border-radius: 4px;
    transition: width 0.4s ease;
}

.gt-bubble-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

/* Bubble Arrows */
.gt-bubble.gt-arrow-left::before {
    content: '';
    position: absolute;
    left: -8px;
    top: var(--gt-arrow-offset-y, 24px);
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: inherit;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.gt-bubble.gt-arrow-right::before {
    content: '';
    position: absolute;
    right: -8px;
    top: var(--gt-arrow-offset-y, 24px);
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: inherit;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.gt-bubble.gt-arrow-top::before {
    content: '';
    position: absolute;
    top: -8px;
    left: var(--gt-arrow-offset, 50%);
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: inherit;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.gt-bubble.gt-arrow-bottom::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: var(--gt-arrow-offset, 50%);
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: inherit;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* ─── Buttons ──────────────────────────────────────────────────────── */
.gt-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 0.825rem;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    line-height: 1;
    white-space: nowrap;
}

.gt-btn i {
    font-size: 14px;
}

.gt-btn-primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.gt-btn-primary:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.45);
    transform: translateY(-1px);
}

.gt-btn-secondary {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

[data-pc-theme="dark"] .gt-btn-secondary {
    background: #374151;
    color: #d1d5db;
    border-color: #4b5563;
}

.gt-btn-secondary:hover {
    background: #e5e7eb;
    color: #1f2937;
}

[data-pc-theme="dark"] .gt-btn-secondary:hover {
    background: #4b5563;
    color: #f3f4f6;
}

.gt-btn-ghost {
    background: transparent;
    color: #6b7280;
    padding: 8px 12px;
}

.gt-btn-ghost:hover {
    background: #f3f4f6;
    color: #374151;
}

[data-pc-theme="dark"] .gt-btn-ghost:hover {
    background: #374151;
    color: #e5e7eb;
}

.gt-btn-success {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.gt-btn-success:hover {
    background: linear-gradient(135deg, #059669, #047857);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.45);
    transform: translateY(-1px);
}

/* ─── Welcome Modal ────────────────────────────────────────────────── */
.gt-welcome-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gt-welcome-overlay.gt-visible {
    opacity: 1;
}

.gt-welcome-modal {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gt-welcome-overlay.gt-visible .gt-welcome-modal {
    transform: scale(1) translateY(0);
}

[data-pc-theme="dark"] .gt-welcome-modal {
    background: rgba(30, 35, 50, 0.98);
    color: #e0e0e0;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.gt-welcome-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: gt-icon-float 3s ease-in-out infinite;
}

.gt-welcome-icon i {
    font-size: 32px;
    color: #fff;
}

@keyframes gt-icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.gt-welcome-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1f2937;
}

[data-pc-theme="dark"] .gt-welcome-title {
    color: #f3f4f6;
}

.gt-welcome-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0 0 24px;
}

[data-pc-theme="dark"] .gt-welcome-text {
    color: #9ca3af;
}

.gt-welcome-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.gt-welcome-actions .gt-btn {
    justify-content: center;
    padding: 12px 24px;
    font-size: 0.9rem;
}

.gt-welcome-hint {
    font-size: 0.75rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
}

.gt-welcome-hint i {
    font-size: 14px;
}

/* ─── Completion Toast ─────────────────────────────────────────────── */
.gt-completion-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 420px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    z-index: 11000;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-pc-theme="dark"] .gt-completion-toast {
    background: rgba(30, 35, 50, 0.98);
    color: #e0e0e0;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.gt-completion-toast.gt-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.gt-completion-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.gt-completion-text strong {
    display: block;
    font-size: 0.95rem;
    color: #1f2937;
    margin-bottom: 4px;
}

[data-pc-theme="dark"] .gt-completion-text strong {
    color: #f3f4f6;
}

.gt-completion-text p {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

[data-pc-theme="dark"] .gt-completion-text p {
    color: #9ca3af;
}

/* ─── Sidebar Tour Menu Item ───────────────────────────────────────── */
.gt-sidebar-icon {
    position: relative;
}

.gt-sidebar-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
    animation: gt-pulse-dot 2s ease-in-out infinite;
}

@keyframes gt-pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

/* ─── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .pc-sidebar.mob-sidebar-active ~ .gt-overlay,
    .gt-overlay {
        z-index: 10000 !important;
    }
    .pc-sidebar.mob-sidebar-active ~ .gt-spotlight,
    .gt-spotlight {
        z-index: 10001 !important;
    }
    .pc-sidebar.mob-sidebar-active ~ .gt-bubble,
    .gt-bubble {
        z-index: 10002 !important;
    }
}

@media (max-width: 768px) {
    .gt-bubble {
        width: calc(100vw - 32px) !important;
        max-width: none;
    }

    .gt-bubble.gt-center {
        width: calc(100vw - 32px) !important;
    }

    .gt-welcome-modal {
        padding: 28px 20px;
    }

    .gt-bubble-actions {
        flex-wrap: wrap;
    }

    .gt-completion-toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

    /* Mobile bottom-sheet mode */
    .gt-bubble.gt-mobile-sheet {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%) !important;
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease !important;
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
    }
    
    .gt-bubble.gt-mobile-sheet.gt-visible {
        transform: translateY(0) !important;
    }
    
    /* Center bubble bottom-sheet overrides */
    .gt-bubble.gt-center.gt-mobile-sheet {
        position: fixed !important;
        top: auto !important;
        left: 0 !important;
        transform: translateY(100%) !important;
    }

    .gt-bubble.gt-center.gt-mobile-sheet.gt-visible {
        transform: translateY(0) !important;
    }

    /* Hide arrows in mobile sheet mode */
    .gt-bubble.gt-mobile-sheet::before {
        display: none !important;
    }

    /* ─── Sidebar Specific Highlighting ────────────────────────────── */
    .pc-sidebar .gt-spotlight {
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7); /* Darker on sidebar */
        border-color: #fff;
        animation: gt-pulse-sidebar 1.5s ease-in-out infinite;
    }

    @keyframes gt-pulse-sidebar {
        0%, 100% { transform: scale(1); border-color: rgba(255, 255, 255, 0.8); }
        50% { transform: scale(1.02); border-color: rgba(255, 255, 255, 1); }
    }

    .pc-sidebar .gt-bubble {
        z-index: 10005 !important; /* Above everything */
    }
}

/* Swipe Hint */
.gt-swipe-hint {
    text-align: center;
    font-size: 0.75rem;
    color: #8b5cf6;
    padding: 8px 18px 4px;
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
}

[data-pc-theme="dark"] .gt-swipe-hint {
    color: #a5b4fc;
}

/* ======================================================================
   ONBOARDING SIDEBAR BLUR (Desktop only)
   ====================================================================== */

/* Desktop: Mostrar sidebar con blur y overlay, no interactivo */
@media (min-width: 1025px) {
    .pc-sidebar-onboarding .pc-sidebar {
        pointer-events: none;
        user-select: none;
    }

    .pc-sidebar-onboarding .pc-sidebar .navbar-wrapper {
        filter: blur(4px);
        opacity: 0.5;
    }

    .pc-sidebar-onboarding .pc-sidebar::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.3);
        z-index: 10;
        pointer-events: none;
    }

    /* En dark mode el overlay se torna oscuro */
    [data-pc-theme="dark"] .pc-sidebar-onboarding .pc-sidebar::after {
        background: rgba(0, 0, 0, 0.3);
    }
}

/* Mobile: Ocultar sidebar completamente como antes */
@media (max-width: 1024px) {
    .pc-sidebar-onboarding .pc-sidebar {
        left: -260px !important;
        box-shadow: none;
    }
}

/* ======================================================================
   ONBOARDING MOBILE STEPPER (CONNECTED CIRCLES WIZARD)
   ====================================================================== */
@media (max-width: 991.98px) {
    /* Convertir la card del menú en un contenedor relativo y compacto */
    .onboarding-steps-card {
        margin-bottom: 0.75rem;
    }

    .onboarding-steps-card .card-body {
        padding: 0;
    }

    /* El list-group se convierte en un contenedor flex horizontal relativo */
    .onboarding-steps-card .list-group {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 12px 8px 36px 8px; /* Espacio abajo para el texto del paso activo */
        margin: 0;
        background: var(--bs-card-bg);
        border-radius: var(--bs-card-border-radius);
    }

    /* Línea de conexión horizontal de fondo */
    .onboarding-steps-card .list-group::before {
        content: '';
        position: absolute;
        top: 28px; /* Centrado vertical exacto con respecto al círculo de 32px (padding 12px + 16px) */
        left: 24px;
        right: 24px;
        height: 2px;
        background: #e2e8f0;
        z-index: 1;
    }

    [data-pc-theme="dark"] .onboarding-steps-card .list-group::before {
        background: #334155;
    }

    /* Deshabilitar posición relativa en items para centrar la etiqueta respecto a la card */
    .onboarding-steps-card .list-group-item {
        position: static !important;
        flex: 1 1 0;
        padding: 0;
        background: transparent !important;
        border: none;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    /* Contenedor d-flex interno del link */
    .onboarding-steps-card .list-group-item .d-flex {
        position: static !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    /* Ocultar el ícono de completado/omitido nativo de la derecha */
    .onboarding-steps-card .list-group-item .d-flex > i.ti {
        display: none !important;
    }

    /* Círculo indicador del paso */
    .onboarding-steps-card .list-group-item .me-2 {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--bs-card-bg);
        border: 2px solid #cbd5e1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        z-index: 2;
        position: relative;
        color: #64748b;
        transition: all 0.25s ease;
    }

    .onboarding-steps-card .list-group-item .me-2 i {
        font-size: 0.95rem;
    }

    [data-pc-theme="dark"] .onboarding-steps-card .list-group-item .me-2 {
        border-color: #475569;
        color: #94a3b8;
    }

    /* Ocultar las etiquetas por defecto */
    .onboarding-steps-card .list-group-item .flex-grow-1 {
        display: none;
    }

    /* ── ESTADOS DEL STEPPER ── */

    /* 1. Paso Activo */
    .onboarding-steps-card .list-group-item.active {
        color: inherit !important;
    }

    .onboarding-steps-card .list-group-item.active .me-2 {
        border-color: var(--bs-primary);
        background: var(--bs-primary);
        color: #fff;
        box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.15);
    }

    /* Mostrar etiqueta de texto únicamente para el paso activo */
    .onboarding-steps-card .list-group-item.active .flex-grow-1 {
        display: block !important;
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
    }

    .onboarding-steps-card .list-group-item.active .flex-grow-1 .fw-semibold {
        font-size: 0.825rem;
        font-weight: 600;
        color: var(--bs-primary);
    }

    .onboarding-steps-card .list-group-item.active .flex-grow-1 small {
        display: none !important; /* Ocultar "Obligatorio / Opcional" para ahorrar espacio */
    }

    /* 2. Paso Completado (Usamos :has para detectar el check nativo) */
    .onboarding-steps-card .list-group-item:has(.ti-circle-check) .me-2 {
        border-color: #10b981;
        background: #ecfdf5;
        color: #10b981;
    }

    [data-pc-theme="dark"] .onboarding-steps-card .list-group-item:has(.ti-circle-check) .me-2 {
        background: rgba(16, 185, 129, 0.15);
    }

    /* Reemplazar el ícono original por un checkmark ✔ */
    .onboarding-steps-card .list-group-item:has(.ti-circle-check) .me-2 i {
        display: none;
    }

    .onboarding-steps-card .list-group-item:has(.ti-circle-check) .me-2::after {
        content: "✔";
        font-size: 0.85rem;
        font-weight: bold;
    }

    /* 3. Paso Omitido / Skipped */
    .onboarding-steps-card .list-group-item:has(.ti-player-skip-forward) .me-2 {
        border-color: #94a3b8;
        background: #f8fafc;
        color: #64748b;
    }

    [data-pc-theme="dark"] .onboarding-steps-card .list-group-item:has(.ti-player-skip-forward) .me-2 {
        border-color: #475569;
        background: rgba(71, 85, 105, 0.15);
        color: #94a3b8;
    }
}

/* ======================================================================
   ONBOARDING SUMMARY ACTIONS (Mobile optimization)
   ====================================================================== */
@media (max-width: 767.98px) {
    .onboarding-summary-actions {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .onboarding-summary-btn-group {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 8px !important;
        box-shadow: none !important;
    }

    .onboarding-summary-btn-group .btn {
        border-radius: 6px !important;
        width: 100% !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    [data-pc-theme="dark"] .onboarding-summary-btn-group .btn {
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .onboarding-summary-actions form,
    .onboarding-summary-actions form button {
        width: 100% !important;
    }
}